Skip to content

[fs] Force CVE-patched commons-lang3 and snappy-java in hadoop-shaded-3.4 - #8935

Merged
JingsongLi merged 1 commit into
apache:masterfrom
thswlsqls:fix/hadoop-shaded-3.4-cve-dep-versions
Jul 30, 2026
Merged

[fs] Force CVE-patched commons-lang3 and snappy-java in hadoop-shaded-3.4#8935
JingsongLi merged 1 commit into
apache:masterfrom
thswlsqls:fix/hadoop-shaded-3.4-cve-dep-versions

Conversation

@thswlsqls

Copy link
Copy Markdown
Contributor

Purpose

fix #8933

Tests

  • No test added — the module has no Java sources and this is not a runtime change.
  • mvn -pl paimon-filesystems/paimon-hadoop-shaded-3.4 -DfailIfNoTests=false clean install — BUILD SUCCESS (JDK 11).
  • dependency:tree before 3.17.0 / 1.1.10.4, after 3.18.0 / 1.1.10.8; shade log confirms both in the jar.

…-3.4

hadoop-common 3.4.2 pulls commons-lang3 3.17.0 (CVE-2025-48924) and
snappy-java 1.1.10.4 into the shaded jar. Pin both to the versions the
project already adopted, mirroring paimon-hadoop-shaded (apache#8560), and
correct the NOTICE entry for commons-lang3.

Generated-by: Claude Code

@JingsongLi JingsongLi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@JingsongLi
JingsongLi merged commit 4e9991a into apache:master Jul 30, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] paimon-hadoop-shaded-3.4 bundles commons-lang3 3.17.0 (CVE-2025-48924) despite the declared 3.18.0 bump

2 participants